.header_menu_1:nth-child(4){
  font-weight: 800;
}
.subpage_top{
  background: url("/images/community/sm_01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}





.dcon02{
  padding: 8vw 0 0 0;
}




.fcon01_searchbox{
  background-color: var(--main-beige);
  width: 75%;
  padding: 0.8vw;
  border-radius: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  gap: 0.8vw;
}
.fcon01_search{
  width: 30%;
  height: 2.8vw;
  outline: none;
  border: none;
  background-color: #fff;
  padding: 0 1vw;
  border-radius: 0.5vw;
  font-family: 'Pretendard variable';
  font-size: 0.9vw;
  box-sizing: border-box;
  color: #000;
}
.fcon01_search_btn{
  width: 8vw;
  background-color: var(--main-rbrown);
  height: 2.8vw;
  border-radius: 0.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  color: #fff;
  font-family: 'SUIT-SemiBold';
  cursor: pointer;
  font-size: 1vw;
}
.fcon01_1{
  width: 0.9375vw !important;
}
.fcon01_search_opt{
  width: 15%;
  height: 2.8vw;
  background-color: transparent;
  border: none;
  border-radius: 0.5vw;
  padding: 0 1vw;
  background-color: #fff;
  font-family: 'Pretendard variable';
  font-size: 0.9vw;
  box-sizing: border-box;
  cursor: pointer;

  -webkit-appearance: none;  /* 크롬 화살표 없애기 */
  -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
  appearance: none;  /* 화살표 없애기 */

  background-image: url(/images/community/con01_2.png);
  background-repeat: no-repeat;
  background-position: center right 10%;
  background-size: 0.9vw;
  color: #888;
}
.fcon01_search_result{
  width: 75%;
  padding: 3vw 0 1vw 0;
  font-weight: 500;
  font-size: 0.9vw;
}
.fcon01_con{
  width: 75%;
  border-top: 1px solid var(--main-red);
  margin-bottom: 2.5vw;
}
.fcon01_con_top{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.2vw 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.95vw;
  border-top: 2px solid #917056;
  background-color: #FDF8E5;
  color: #917056;
}
.fcon01_con_box_item1{
  width: 25%;
}
.fcon01_con_box_item2{
  width: 50%;
}
.fcon01_con_box_item3{
  width: 20%;
}
.fcon01_con_box_item4{
  width: 25%;
}
.fcon01_con_row{
  width: 100%;
  display: flex;
  align-items: center;
  height: 3.7vw;
  text-align: center;
  font-weight: 400;
  font-size: 0.95vw;
  border-bottom: 1px solid #D4C1B4;
  list-style: none;
  cursor: pointer;
}
.fcon01_con_row .fcon01_con_box_item2{
  text-align: center;
}
.fcon01_con_box_item2 p{
  width: 100%;
  cursor: pointer;

overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.fcon01_con_row:hover .fcon01_con_box_item2 p{
  text-decoration: underline;
}
.fcon01_con_circle{
  width: 2.5vw;
  height: 2.5vw;
  background-color: var(--main-blue);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 2.5vw;
  font-weight: 600;
  font-size: 0.9vw;
}
.pagination-container{
  display: flex;
  gap: 1.5vw;
  color: #917056;
  font-family: 'SUIT-ExtraBold';
  align-items: center;
}
.no-results{
  width: 100%;
  text-align: center;
  padding: 4vw 0;
  font-size: 0.9vw;
  display: none;
}
.page-numbers{
  display: flex;
  gap: 0.8vw;
}
.page-num{
  background-color: #fff;
  transition: 0.3s;
  border-radius: 100%;
  width: 1.5vw;
  height: 1.5vw;
  line-height: 1.5vw;
  text-align: center;
  font-size: 1vw;
  font-weight: 500;
  padding-right: 0.1vw;
  box-sizing: border-box;
}
.page-num.active{
  background-color: #917056;
  color: #fff;
}






.dcon03{
  padding: 8vw 0 0 0;
}
.dcon03_con{
  width: 69vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
  row-gap: 2.5vw;
  margin-bottom: 3vw;
}
.dcon03_con_box{
  width: 16.4583vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
  cursor: pointer;
}
.dcon03_con_img{
  width: 100% !important;
  height: 23.2292vw;
  border-radius: 1vw;
  overflow: hidden;
}
.dcon03_con_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dcon03_con_tt01{
  width: 90%;
  text-align: center;
  font-size: 1vw;
  font-family: 'SUIT-Medium';
  margin-top: 0.5vw;

  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.dcon03_con_tt02{
  font-size: 0.95vw;
  color: #535353;
}
.dcon03_con_box img{
  transition: 0.3s;
}
.dcon03_con_box:hover img{
  scale: 1.05;
}







.dcon04{
  padding: 8vw 0 0 0;
}
.dcon04 .dcon03_con_img{
  height: 18vw;
  background-color: #535353;
}




.dcon05{
  padding: 8vw 0;
}







@media screen and (max-width:599px) {

.dcon02 {
  padding: 25vw 0 0 0;
}
.fcon01_searchbox {
  width: 90%;
  padding: 2.5vw 0;
  border-radius: 2vw;
  gap: 3vw;
}
.fcon01_search_opt {
  width: 23%;
  height: 7vw;
  border-radius: 1.5vw;
  padding: 0 2vw;
  font-size: 3.4vw;
  background-size: 2.1vw;
}
.fcon01_search {
  width: 42%;
  height: 7vw;
  padding: 0 2vw;
  border-radius: 1.5vw;
  font-size: 3.4vw;
}
.fcon01_search_btn {
  width: 15vw;
  height: 7vw;
  border-radius: 1.5vw;
  font-size: 3.4vw;
}
.fcon01_1{
  display: none;
}
.fcon01_search_result {
  width: 90%;
  padding: 5vw 0 3vw 0;
  font-size: 3.5vw;
  text-align: center;
}
.fcon01_con {
  width: 90%;
  margin-bottom: 5vw;
}
.fcon01_con_top {
  padding: 3vw 0;
  font-size: 3.5vw;
}
.fcon01_con_row {
  height: 10vw;
  font-size: 3.4vw;
}
.page-num {
  width: 6vw;
  height: 6vw;
  line-height: 6.3vw;
  font-size: 3.2vw;
  padding-right: 0.3vw;
}
.pagination-container {
  gap: 3vw;
}









.dcon03 {
  padding: 17vw 0 0 0;
}
.dcon03_con {
  width: 90%;
  justify-content: space-between;
  gap: 1vw;
  row-gap: 6vw;
  margin-bottom: 8vw;
}
.dcon03_con_box{
  width: 43.5vw;
  gap: 1.5vw;
}
.dcon03_con_img {
  height: 53vw;
  border-radius: 3vw;
}
.dcon03_con_tt01 {
  font-size: 3.4vw;
  margin-top: 2vw;
}
.dcon03_con_tt02{
  font-size: 3.2vw;
}






.dcon04 {
  padding: 17vw 0 0 0;
}
.dcon04 .dcon03_con_img {
  height: 40vw;
}






.dcon05 {
  padding: 17vw 0 15vw 0;
}








.fcon01_con_box_item1{
  width: 15%;
}
.fcon01_con_box_item2{
  width: 60%;
}
.fcon01_con_box_item4{
  width: 25%;
}































}